The data come from the Alaska Division of Elections website It’s a 10-page pdf, so I ran a script using tabula-py to extract the data. Additional summary information is available here.
I have republished the data in a Google Sheet, which is available here. From Google Sheets, you can download as a CSV or .xlsx or whatever. If you see any errors, contact Ben Matheson. Disclaimer - this may not be fully accurate or up to date. It also may break at any time. This is not official or affiliated with anything.
Early voting starts October 19th. Once that data appears, it will be here.
## Breakdown by House District
The Alaska Division of Elections data is originally is published in a 10-page PDF that I parsed to extract the data. This uses a combination of R and Python. The Python uses Tabula to pull out the data. After that, an R script cleans out extra spaces, gaps, and labels the rows by house district and adds descriptions.
This webpage is an RMarkdown document that calculates some sumary stats, like percent rejected and then displays the data in several ggplot2 plots. The PDF parsing in particular may be brittle and this could break at anytime.